home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form frmDASplash
- BorderStyle = 3 'Fixed Dialog
- Caption = "About Database Analyzer"
- ClientHeight = 5310
- ClientLeft = 1395
- ClientTop = 975
- ClientWidth = 6720
- ControlBox = 0 'False
- Height = 5715
- Left = 1335
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 5310
- ScaleWidth = 6720
- ShowInTaskbar = 0 'False
- Top = 630
- Width = 6840
- Begin VB.Timer Timer
- Left = 480
- Top = 4080
- End
- Begin VB.CommandButton Command1
- Caption = "OK"
- Height = 375
- Left = 2400
- TabIndex = 0
- Top = 4200
- Width = 1695
- End
- Begin VB.Label Label8
- Caption = "Database Analyzer is a product of McKelvy Software Systems."
- BeginProperty Font
- name = "Times New Roman"
- charset = 0
- weight = 700
- size = 11.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H00FF0000&
- Height = 375
- Left = 360
- TabIndex = 8
- Top = 4920
- Width = 6135
- End
- Begin VB.Shape Shape4
- FillStyle = 0 'Solid
- Height = 135
- Left = 360
- Shape = 3 'Circle
- Top = 3600
- Width = 135
- End
- Begin VB.Shape Shape3
- FillStyle = 0 'Solid
- Height = 135
- Left = 360
- Shape = 3 'Circle
- Top = 3240
- Width = 135
- End
- Begin VB.Shape Shape2
- FillStyle = 0 'Solid
- Height = 135
- Left = 360
- Shape = 3 'Circle
- Top = 2880
- Width = 135
- End
- Begin VB.Shape Shape1
- FillStyle = 0 'Solid
- Height = 135
- Left = 360
- Shape = 3 'Circle
- Top = 2520
- Width = 135
- End
- Begin VB.Label Label7
- Caption = $"DASPLASH.frx":0000
- BeginProperty Font
- name = "Times New Roman"
- charset = 0
- weight = 400
- size = 9.75
- underline = 0 'False
- italic = -1 'True
- strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 600
- TabIndex = 7
- Top = 2880
- Width = 5415
- End
- Begin VB.Label Label6
- Caption = "Queries - Including the SQL statement and the field list"
- BeginProperty Font
- name = "Times New Roman"
- charset = 0
- weight = 400
- size = 9.75
- underline = 0 'False
- italic = -1 'True
- strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 600
- TabIndex = 6
- Top = 3600
- Width = 5415
- End
- Begin VB.Label Label5
- Caption = "Relations"
- BeginProperty Font
- name = "Times New Roman"
- charset = 0
- weight = 400
- size = 9.75
- underline = 0 'False
- italic = -1 'True
- strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 600
- TabIndex = 5
- Top = 3240
- Width = 5295
- End
- Begin VB.Label Label4
- Caption = $"DASPLASH.frx":0047
- BeginProperty Font
- name = "Times New Roman"
- charset = 0
- weight = 400
- size = 9.75
- underline = 0 'False
- italic = -1 'True
- strikethrough = 0 'False
- EndProperty
- Height = 255
- Left = 600
- TabIndex = 4
- Top = 2520
- Width = 5175
- End
- Begin VB.Label Label3
- Caption = $"DASPLASH.frx":0094
- BeginProperty Font
- name = "Times New Roman"
- charset = 0
- weight = 700
- size = 12
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- Height = 1215
- Left = 120
- TabIndex = 3
- Top = 1200
- Width = 6495
- WordWrap = -1 'True
- End
- Begin VB.Label Label2
- Caption = "Special Version for Que Books."
- Height = 255
- Left = 2160
- TabIndex = 2
- Top = 840
- Width = 2295
- End
- Begin VB.Label Label1
- Caption = "Database Analyzer"
- BeginProperty Font
- name = "Times New Roman"
- charset = 0
- weight = 700
- size = 18
- underline = 0 'False
- italic = -1 'True
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H000000FF&
- Height = 495
- Left = 1920
- TabIndex = 1
- Top = 120
- Width = 2895
- End
- Attribute VB_Name = "frmDASplash"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Unload Me
- End Sub
- Private Sub Form_Unload(Cancel As Integer)
- Timer.Interval = 0
- End Sub
- Private Sub Timer_Timer()
- Unload Me
- End Sub
-